home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DIAG / AMITIPS.ARJ / TT98.007 < prev    next >
Text File  |  1991-08-26  |  1KB  |  33 lines

  1. American Megatrends, Inc.
  2. Tech Tip #98.007
  3. 02/08/91
  4.  
  5. Problem:
  6.  
  7. Novell 386 V3.1 does not work with AMI BIOS if User Defined Drive
  8. types are used in the setup.
  9.  
  10. Solution:
  11.  
  12. BIOS Keeps the user defined drive parameters in ROM address space,
  13. and it sets the INT41 (for drive c:, and INT46 (for drive d:)
  14. accordingly.
  15.  
  16. INT41 points to address F7FA:003D (user defined C drive present)
  17. INT46 points to address F7FA:004D (user defined D drive present)
  18.  
  19. Novell does not expect the addresses for INT41 and INT46, for it
  20. to work correctly, the following pointers must be used:
  21.  
  22. INT41 ---> F000:7FDD  (this is equivalent to F7FA:003D)
  23. INT46 ---> F000:7FED  (this is equivalent to F7FA:004D)
  24.  
  25. Novell does not decode the entire address, instead, to looks at the
  26. segment address only, this obviously causes a problem.
  27.  
  28. The program USERNOV.COM can be used to change the pointers for
  29. INT41 and INT46, to make Novell work.  This program should be run
  30. before installing Novell 386 V3.1, and should be put in the
  31. autoexec.bat file so that it is called before 'server.exe'.
  32.  
  33. Note: any reset (hard or soft) will clear all the pointers